home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-31 | 1.3 KB | 57 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Movie
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = appIcon.tiff
- DOCICONS = movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
- movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
- movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
- movieDoc.tiff
-
- GLOBAL_RESOURCES = Movie.nib Prefs.nib Projectionist.nib appIcon.tiff\
- movieDoc.tiff
-
- CLASSES = Animation.m Animator.m Controller.m MovieView.m\
- Projectionist.m
-
- HFILES = Animation.h Animator.h Controller.h MovieView.h\
- Projectionist.h
-
- MFILES = Movie_main.m
-
- PSWFILES = wraps.psw
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app appIcon.tiff \
- -sectcreate __ICON movieDoc movieDoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-